From: Keir Fraser Date: Fri, 25 Jul 2008 14:03:03 +0000 (+0100) Subject: Update Xen version for 3.3.0-rc2-pre X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14165^2~109 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=64e2962929c536fa8460638c03e26df8d365584d;p=xen.git Update Xen version for 3.3.0-rc2-pre --- diff --git a/Config.mk b/Config.mk index 39116eb67a..2cb15d4be0 100644 --- a/Config.mk +++ b/Config.mk @@ -78,7 +78,6 @@ XSM_ENABLE ?= n FLASK_ENABLE ?= n ACM_SECURITY ?= n -QEMU_TAG=xen-3.3.0-rc1 QEMU_REMOTE=http://xenbits.xensource.com/git-http/qemu-xen-unstable.git # Specify which qemu-dm to use. This may be `ioemu' to use the old diff --git a/xen/Makefile b/xen/Makefile index 66c8a95b83..7066042985 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 3 export XEN_SUBVERSION = 3 -export XEN_EXTRAVERSION ?= .0-rc1$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0-rc2-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version